Languages & Tools
epub, pdf |eng | 2014-12-03 | Author:Lara Callender Hogan

<link href="http://fonts.googleapis.com/css?family=Philosopher &subset=cyrillic" rel="stylesheet" /> If you want to load only certain characters from a Google hosted font, you can specify those as well. For example, we can load the ...
( Category: Testing March 4,2015 )
epub, pdf |eng | 2015-02-25 | Author:Donabel Santos [Santos, Donabel]

Listing databases and tables Let's start out by listing the current databases. The SMO Server class has access to all the databases in that instance, so a server variable will ...
( Category: Enterprise Applications March 4,2015 )
mobi, epub |eng | 2012-12-19 | Author:Jason R. Briggs

We can add another irregular polygon (a shape with uneven angles or sides) using this code: canvas.create_polygon(200, 10, 240, 30, 120, 100, 140, 120, fill="", outline="black") This code begins with ...
( Category: Python March 3,2015 )
epub |eng | 2013-10-14 | Author:Nahavandipoor, Vandad [Nahavandipoor, Vandad]

Chapter 12. Audio and Video 12.0. Introduction The AV Foundation (Audio and Video Foundation) framework in the iOS SDK allows developers to play and/or record audio and video with ease. ...
( Category: Software Development March 3,2015 )
mobi |eng | 2010-01-21 | Author:Morelan, Rick A.;Ekberg, Tom;Berger, Irina;Jessica Brown;Brown, Jessica [Morelan, Rick A.;Ekberg, Tom;Berger, Irina;Jessica Brown;Brown, Jessica]

Add RANK( ) to the SELECT list. Remember that all ranking functions need an OVER( ) clause. If you forget the OVER( ), SQL Server reminds you (Fig 7.3). SQL ...
( Category: SQL Server March 3,2015 )
epub, pdf |eng | 2012-08-06 | Author:Tony Parisi [Tony Parisi]

Creating Pop Ups with DIV Elements Dynamic HTML is the ideal technology for building pop-up screens and heads-up displays for WebGL-based games. WebGL does not have native support for drawing ...
( Category: JavaScript March 3,2015 )
epub |eng | 2012-08-20 | Author:pramod j. sadalage & martin fowler [pramod j. sadalage]

7.3. Composing Map-Reduce Calculations The map-reduce approach is a way of thinking about concurrent processing that trades off flexibility in how you structure your computation for a relatively straightforward model ...
( Category: Storage & Retrieval March 3,2015 )
epub, mobi |eng | 2014-10-08 | Author:Thomas, Dave [Thomas, Dave]

Erlang/OTP 17 [erts-6.0] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace] ==> idna (compile) Compiled src/idna_ucs.erl Compiled src/idna.erl : : Compiled lib/issues/cli.ex Generated issues.app iex(1)> Let’s try it out: iex> Issues.GithubIssues.fetch("elixir-lang", ...
( Category: Software Development March 3,2015 )
mobi, epub, pdf |eng | 2012-05-09 | Author:Tom White

( Category: Java March 3,2015 )
epub, pdf |eng | 2015-01-29 | Author:Cay S. Horstmann [Horstmann, Cay S.]

8.1 From Iterating to Stream Operations When you process a collection, you usually iterate over its elements and do some work with each of them. For example, suppose we want ...
( Category: Java March 3,2015 )
epub, pdf |eng | 2012-09-25 | Author:Eric Sammer [Eric Sammer]

Example: 0700 See Example 6-5 for a sample hdfs-site.xml file configured for security. Example 6-5. Updating hdfs-site.xml to enable Hadoop security <?xml version="1.0"?> <configuration> <property> <name>dfs.block.access.token.enable</name> <value>true</value> </property> <!-- NameNode ...
( Category: Java March 3,2015 )
epub | | | Author:Bill Pretty

( Category: Electronics February 15,2015 )
epub |eng | 2011-04-26 | Author:Antony Kennedy, Inayaili de León

Fonts and Units Modern browsers have built-in page zooming, which enlarges the entire page, including fonts, images, layout elements, and so on. But this is not the silver bullet that ...
( Category: CSS February 15,2015 )
epub, mobi, pdf |eng | | Author:Tomek Kaczanowski [Kaczanowski, Tomek]

This test should be rerun once. This test should be rerun twice. This test should not be rerun, because it is not marked with the @RetryTest annotation. 6.15.9. Make an ...
( Category: Java February 13,2015 )
epub |eng | 2006-02-12 | Author:Brian Goetz & Tim Peierls & Joshua Bloch & Joseph Bowbeer & David Holmes & Doug Lea

* * * Strive to use open calls throughout your program. Programs that rely on open calls are far easier to analyze for deadlock-freedom than those that allow calls to ...
( Category: Java February 13,2015 )